MCPcopy
hub / github.com/brimdata/zui / create

Method create

packages/zed-js/src/types/types.ts:30–30  ·  view source on GitHub ↗
(value: zjson.Value, stream: DecodeStream, parent?: Field)

Source from the content-addressed store, hash-verified

28 toString(): string;
29 serialize(stream: EncodeStream): zjson.NoId<zjson.Type> | zjson.PrimitiveType;
30 create(value: zjson.Value, stream: DecodeStream, parent?: Field): Value;
31 kind: string;
32}

Callers 15

decodeMethod · 0.65
createMethod · 0.65
createMethod · 0.65
createMethod · 0.65
createMethod · 0.65
createMethod · 0.65
createMethod · 0.65
createMethod · 0.65
DetailPageFunction · 0.65
initializeFunction · 0.65
histories.test.tsFile · 0.65

Implementers 7

TypeUnionpackages/zed-js/src/types/type-union.t
TypeArraypackages/zed-js/src/types/type-array.t
TypeAliaspackages/zed-js/src/types/type-alias.t
TypeErrorpackages/zed-js/src/types/type-error.t
TypeRecordpackages/zed-js/src/types/type-record.
TypeMappackages/zed-js/src/types/type-map.ts
TypeSetpackages/zed-js/src/types/type-set.ts

Calls

no outgoing calls

Tested by

no test coverage detected