MCPcopy Create free account
hub / github.com/awslabs/llrt / parse

Method parse

types/path.d.ts:131–131  ·  view source on GitHub ↗

* Returns an object from a path string - the opposite of format(). * * @param path path to evaluate. * @throws {TypeError} if `path` is not a string.

(path: string)

Source from the content-addressed store, hash-verified

129 * @throws {TypeError} if `path` is not a string.
130 */
131 parse(path: string): ParsedPath;
132 /**
133 * Returns a path string from an object - the opposite of parse().
134 *

Callers 15

lambda-server.jsFile · 0.65
setupFunction · 0.65
buildLibraryFunction · 0.65
mainFunction · 0.65
apiResponseFunction · 0.65
newMethod · 0.65
from_strMethod · 0.65
newMethod · 0.65
from_arrayMethod · 0.65
from_objectMethod · 0.65
sendFunction · 0.65
newMethod · 0.65

Calls

no outgoing calls

Tested by 1

replacerFunction · 0.52