Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anus-dev/ANUS
/ partListUnionToString
Function
partListUnionToString
packages/core/src/core/anusRequest.ts:18–20 ·
view source on GitHub ↗
(value: PartListUnion)
Source
from the content-addressed store, hash-verified
16
export
type
AnusCodeRequest = PartListUnion;
17
18
export
function
partListUnionToString(value: PartListUnion): string {
19
return
partToString(value, { verbose: true });
20
}
Callers
1
glob.test.ts
File · 0.85
Calls
1
partToString
Function · 0.85
Tested by
no test coverage detected