Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/hey-api/hey-api
/ getTempSnapshotsPath
Function
getTempSnapshotsPath
packages/openapi-python-tests/sdks/test/utils.ts:32–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
export
const
getSnapshotsPath = (): string => path.join(__dirname,
'..'
,
'__snapshots__'
);
31
32
export
const
getTempSnapshotsPath = (): string => path.join(__dirname,
'..'
,
'.gen'
,
'snapshots'
);
Callers
1
opencode.test.ts
File · 0.90
Calls
1
join
Method · 0.80
Tested by
no test coverage detected