Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
164
function
stripExtension(value: string): string {
165
return
value.replace(/\.[^/.]+$/,
''
)
166
}
167
168
function
humanizedFallback(
169
toolName: string,
Callers
1
describeReadTarget
Function · 0.70
Calls
1
replace
Method · 0.65
Tested by
no test coverage detected