Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs
/ getString
Method
getString
tfjs-core/src/environment.ts:120–122 ·
view source on GitHub ↗
(flagName: string)
Source
from the content-addressed store, hash-verified
118
}
119
120
getString(flagName: string): string {
121
return
this.get(flagName) as string;
122
}
123
124
getFlags(): Flags {
125
return
this.flags;
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected