Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lightningpixel/modly
/ resolveHfToken
Method
resolveHfToken
electron/main/python-bridge.ts:240–242 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
238
}
239
240
private resolveHfToken(): string {
241
return
getSettings(app.getPath(
'userData'
)).hfToken ??
''
242
}
243
}
Callers
1
_start
Method · 0.95
Calls
1
getSettings
Function · 0.90
Tested by
no test coverage detected