Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chieapp/chie
/ clone
Function
clone
src/model/web-api.ts:20–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
20
clone() {
21
const
apiManager = require(
'../controller/api-manager'
).default;
22
return
apiManager.createAPIForCredential(this.credential);
23
}
24
}
Callers
nothing calls this directly
Calls
1
createAPIForCredential
Method · 0.80
Tested by
no test coverage detected