MCPcopy
hub / github.com/marimo-team/marimo / parse

Method parse

frontend/src/custom.d.ts:15–15  ·  view source on GitHub ↗
(
    text: string,
    reviver?: (this: any, key: string, value: any) => any,
  )

Source from the content-addressed store, hash-verified

13// Stricter lib types
14interface JSON {
15 parse(
16 text: string,
17 reviver?: (this: any, key: string, value: any) => any,
18 ): unknown;

Callers 15

loadAndValidateModelsFunction · 0.65
loadAndValidateProvidersFunction · 0.65
parseReleaseDateFunction · 0.65
schema.test.tsFile · 0.65
parsePythonASTFunction · 0.65
isSupportedMethod · 0.65
mount.tsxFile · 0.65
traceMethod · 0.65
_query_includes_limitFunction · 0.65
update_noticesFunction · 0.65

Calls

no outgoing calls

Tested by 15

assert_sources_equalFunction · 0.52
test_name_transformerFunction · 0.52
test_mangle_argumentsFunction · 0.52
test_deprivate_visitorFunction · 0.52
test_remove_returnsFunction · 0.52
test_return_nameMethod · 0.52
test_return_intMethod · 0.52