MCPcopy Index your code
hub / github.com/Acode-Foundation/Acode / String

Interface String

src/index.d.ts:24–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24interface String {
25 /**
26 * Capitalize the first letter of a string
27 */
28 capitalize(): string;
29 /**
30 * Generate a hash from a string
31 */
32 hashCode(): string;
33}
34
35type ExecutorCallback = (
36 type: "stdout" | "stderr" | "exit",

Callers 15

buildSpawnEnvFunction · 0.85
startRspackWatchFunction · 0.85
toAceModeFunction · 0.85
getModeForPathFunction · 0.85
normalizeMoreOptionFunction · 0.85
resolveMoreOptionLabelFunction · 0.85
removeMoreOptionMethod · 0.85
extractTerminalNumberMethod · 0.85
getPathDisplayNameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected