MCPcopy
hub / github.com/meteor/meteor / parse

Method parse

tools/index.d.ts:6–6  ·  view source on GitHub ↗
(input: Buffer | string, reviver?: (this: any, key: string, value: any) => any)

Source from the content-addressed store, hash-verified

4 interface JSON {
5 // The ES5 library fails to allow the input parameter to be a Buffer.
6 parse(input: Buffer | string, reviver?: (this: any, key: string, value: any) => any): any;
7 }
8
9 interface Promise<T> {

Callers 15

connectMethod · 0.65
project-context.jsFile · 0.65
_readResolverResultCacheFunction · 0.65
copyWWWMethod · 0.65
readTestStateFunction · 0.65
errorFunction · 0.65
exceptionFunction · 0.65

Implementers 2

Parsertools/tests/apps/modules/imports/links
LooseParsertools/tests/apps/modules/imports/links

Calls

no outgoing calls

Tested by

no test coverage detected