MCPcopy Index your code
hub / github.com/WebFreak001/code-debug / getInstance

Method getInstance

src/path_kind.ts:38–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 private static instance: PathWin32;
37 private constructor() { super(); }
38 public static getInstance(): PathWin32 {
39 if (! this.instance)
40 this.instance = new PathWin32();
41 return this.instance;
42 }
43}
44
45export class PathPosix extends PathKind {

Callers 5

getNativePathMethod · 0.45
toPathKindMethod · 0.45
path_kind.test.tsFile · 0.45
getNativePathMethod · 0.45
getNativePathMethod · 0.45

Calls

no outgoing calls

Tested by 2

getNativePathMethod · 0.36
getNativePathMethod · 0.36