MCPcopy 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

12const OWNER_FILE = 'freebuff-instance-owner.json'
13
14const getOwnerPath = (): string => path.join(getConfigDir(), OWNER_FILE)
15
16function readOwner(): FreebuffInstanceOwner | null {
17 try {

Callers 2

readOwnerFunction · 0.85

Calls 1

getConfigDirFunction · 0.90

Tested by

no test coverage detected