MCPcopy Create free account
hub / github.com/microsoft/SandDance / getPathPrefix

Function getPathPrefix

docs/app/js/sanddance-app.js:53925–53927  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53923 pathPrefix = prefix;
53924}
53925function getPathPrefix() {
53926 return pathPrefix;
53927}
53928function addAliases(aliases) {
53929 Object.assign(fileAliases, aliases);
53930}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected