MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / String

Interface String

src/utils/path.ts:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44// You must import this file in your entry point (extension.ts) to have access at runtime
45declare global {
46 interface String {
47 toPosix(): string
48 }
49}
50
51String.prototype.toPosix = function (this: string): string {

Callers 15

getCommitInfoFunction · 0.70
getWorkingStateFunction · 0.70
getStorageBasePathFunction · 0.70
serializeToolResultFunction · 0.70
configureGlobalProxyFunction · 0.70
configureUndiciProxyFunction · 0.70
autoImportSettingsFunction · 0.70
getEventPropertiesFunction · 0.50
importVscodeFunction · 0.50
requestMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected