MCPcopy Create free account
hub / github.com/SplootCode/splootcode / serialization.test.ts

File serialization.test.ts

packages/language-python/src/nodes/tests/serialization.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { NodeCategory, SplootNode, deserializeNode, getNodesForCategory } from '@splootcode/core'
2import { beforeAll, describe, test } from '@jest/globals'
3import { deepEquals, nodeSanityCheck } from './test_utils'
4import { getEmptyStatementNodes, getExpressionTokenNodes } from './single_examples'

Callers

nothing calls this directly

Calls 8

loadPythonTypesFunction · 0.90
getEmptyStatementNodesFunction · 0.90
nodeSanityCheckFunction · 0.90
deserializeNodeFunction · 0.90
deepEqualsFunction · 0.90
getNodesForCategoryFunction · 0.90
getExpressionTokenNodesFunction · 0.90
serializeMethod · 0.45

Tested by

no test coverage detected