MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / isRootTopRath

Method isRootTopRath

daemon/src/service/system_file.ts:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 isRootTopRath() {
43 return this.topPath === "/" || this.topPath === "\\";
44 }
45
46 private isOutsideWorkspace(absPath: string): boolean {
47 // fix the /app/ vs /app mismatch bug and keep it secure

Callers 3

isOutsideWorkspaceMethod · 0.95
checkPathMethod · 0.95
checkMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected