Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cursorless-dev/cursorless
/ serialize
Function
serialize
src/testUtil/serialize.ts:63–64 ·
view source on GitHub ↗
(obj: unknown)
Source
from the content-addressed store, hash-verified
61
}
62
63
const
serialize = (obj: unknown) =>
64
customDump(obj, { noRefs: true, quotingType:
'"'
}).represent().trim() +
"\n"
;
65
66
export
default serialize;
Callers
3
toYaml
Method · 0.85
runTest
Function · 0.85
transformFile
Function · 0.85
Calls
1
customDump
Function · 0.85
Tested by
1
runTest
Function · 0.68