Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ getOwnerPath
Function
getOwnerPath
cli/src/utils/freebuff-instance-owner.ts:14–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
const
OWNER_FILE =
'freebuff-instance-owner.json'
13
14
const
getOwnerPath = (): string => path.join(getConfigDir(), OWNER_FILE)
15
16
function
readOwner(): FreebuffInstanceOwner | null {
17
try {
Callers
2
readOwner
Function · 0.85
recordFreebuffInstanceOwner
Function · 0.85
Calls
1
getConfigDir
Function · 0.90
Tested by
no test coverage detected