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

Method resolve

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

* The right-most parameter is considered {to}. Other parameters are considered an array of {from}. * * Starting from leftmost {from} parameter, resolves {to} to an absolute path. * * If {to} isn't already absolute, {from} arguments are prepended in right to left order,

(...paths: string[])

Source from the content-addressed store, hash-verified

85 * @throws {TypeError} if any of the arguments is not a string.
86 */
87 resolve(...paths: string[]): string;
88 /**
89 * Determines whether {path} is an absolute path. An absolute path will always resolve to the same location, regardless of the working directory.
90 *

Callers 15

setupFunction · 0.65
buildSdksFunction · 0.65
mainFunction · 0.65
chunk_stepsMethod · 0.65
close_stepsMethod · 0.65
chunk_stepsMethod · 0.65
close_stepsMethod · 0.65
chunk_stepsMethod · 0.65
close_stepsMethod · 0.65
chunk_stepsMethod · 0.65
chunk_stepsMethod · 0.65

Calls

no outgoing calls

Tested by 2

microTaskFunctionFunction · 0.52
calculateRelativeDepthFunction · 0.52