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

Method toString

packages/zed-js/src/types/types.ts:28–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26
27export interface Type {
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;

Callers 15

publish.mjsFile · 0.65
initMethod · 0.65
debugLogsMethod · 0.65
createDataFunction · 0.65
jsonHeaderFunction · 0.65
stringifyMethod · 0.65
toStringMethod · 0.65
stringifyMethod · 0.65
toStringMethod · 0.65
stringifyMethod · 0.65
toStringMethod · 0.65
stringifyMethod · 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