MCPcopy Create free account
hub / github.com/simstudioai/sim / stripExtension

Function stripExtension

apps/sim/lib/copilot/tools/client/store-utils.ts:164–166  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

162}
163
164function stripExtension(value: string): string {
165 return value.replace(/\.[^/.]+$/, '')
166}
167
168function humanizedFallback(
169 toolName: string,

Callers 1

describeReadTargetFunction · 0.70

Calls 1

replaceMethod · 0.65

Tested by

no test coverage detected