MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isUrl

Function isUrl

src/utils/plugins/mcpbHandler.ts:86–88  ·  view source on GitHub ↗

* Check if a source is a URL

(source: string)

Source from the content-addressed store, hash-verified

84 * Check if a source is a URL
85 */
86function isUrl(source: string): boolean {
87 return source.startsWith('http://') || source.startsWith('https://')
88}
89
90/**
91 * Generate content hash for an MCPB file

Callers 2

checkMcpbChangedFunction · 0.85
loadMcpbFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected