MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / trimTrailingSlash

Function trimTrailingSlash

aitc/aitc.ts:197–197  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

195};
196
197async function handleAitcCommand(msg: Api.Message): Promise<void> {
198 const rawMessage = msg.message || "";
199 const trimmed = rawMessage.trim();
200 const parts = trimmed.split(/\s+/);

Callers 1

handleAitcCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected