MCPcopy Create free account
hub / github.com/apache/fory / putAccessor

Method putAccessor

javascript/packages/core/lib/gen/set.ts:47–49  ·  view source on GitHub ↗
(result: string, item: string)

Source from the content-addressed store, hash-verified

45 }
46
47 putAccessor(result: string, item: string): string {
48 return `${result}.add(${item})`;
49 }
50
51 getFixedSize(): number {
52 return 7;

Callers 2

putAccessorFunction · 0.45
readFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected