MCPcopy Create free account
hub / github.com/TraderAlice/OpenAlice / dataPath

Function dataPath

src/core/paths.ts:43–45  ·  view source on GitHub ↗
(...parts: string[])

Source from the content-addressed store, hash-verified

41
42/** Path under `data/` — user-produced state. */
43export function dataPath(...parts: string[]): string {
44 return resolve(USER_DATA_HOME, 'data', ...parts)
45}
46
47/** Path under `default/` — shipped templates (persona, heartbeat, skills). */
48export function defaultPath(...parts: string[]): string {

Callers 15

gitFilePathFunction · 0.85
git-persistence.tsFile · 0.85
store.tsFile · 0.85
main.tsFile · 0.85
tool-call-log.tsFile · 0.85
entity-store.tsFile · 0.85
createEventLogFunction · 0.85
config.tsFile · 0.85
wipeUTATradingDataFunction · 0.85
session.spec.tsFile · 0.85
paths.spec.tsFile · 0.85
inbox-store.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected