Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
declareVar
Method · 0.95
declare
Method · 0.95
writeElementsHeader
Function · 0.80
writeSpecificType
Function · 0.80
readSpecificType
Function · 0.80
write
Method · 0.80
read
Method · 0.80
write
Method · 0.80
read
Method · 0.80
write
Method · 0.80
read
Method · 0.80
write
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected