SchemaBuildState.updateFiles

Add all fragments from one of the files to process to those to be incorporated into future schemas.

struct SchemaBuildState
@safe nothrow
size_t
updateFiles
(,
scope SchemaFragmentV2[] delegate @safe fragmentsFn
,
scope Nullable!Path delegate @safe fnameFn
,
scope Mutation.Kind delegate @safe kindFn
)

Return Value

Type: size_t

number of fragments added.

Meta