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

Method uniqueName

javascript/packages/core/lib/gen/scope.ts:33–35  ·  view source on GitHub ↗
(prefix: string)

Source from the content-addressed store, hash-verified

31 }
32
33 uniqueName(prefix: string) {
34 return `${prefix}_${this.idx++}`;
35 }
36
37 declareByName(name: string, stmt: string) {
38 return this.addDeclar(stmt, name);

Callers 15

declareVarMethod · 0.95
declareMethod · 0.95
writeElementsHeaderFunction · 0.80
writeSpecificTypeFunction · 0.80
readSpecificTypeFunction · 0.80
writeMethod · 0.80
readMethod · 0.80
writeMethod · 0.80
readMethod · 0.80
writeMethod · 0.80
readMethod · 0.80
writeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected