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

Interface String

src/shared/string-extensions.d.ts:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 */
13declare global {
14 interface String {
15 /**
16 * Convert a path string to POSIX format (forward slashes).
17 * Extended-Length Paths in Windows (\\?\) are preserved.
18 * @returns The path with backslashes converted to forward slashes
19 */
20 toPosix(): string
21 }
22}
23
24// This export is needed to make this file a module

Callers 15

createPromptFunction · 0.70
installMcpMethod · 0.50
getMarketplaceItemsMethod · 0.50
_recreateServicesMethod · 0.50
handleSettingsChangeMethod · 0.50
initializeMethod · 0.50
_performSaveMethod · 0.50
clearCacheFileMethod · 0.50
_startWatcherMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected