MCPcopy 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
63const serialize = (obj: unknown) =>
64 customDump(obj, { noRefs: true, quotingType: '"' }).represent().trim() + "\n";
65
66export default serialize;

Callers 3

toYamlMethod · 0.85
runTestFunction · 0.85
transformFileFunction · 0.85

Calls 1

customDumpFunction · 0.85

Tested by 1

runTestFunction · 0.68