MCPcopy Create free account
hub / github.com/freecodexyz/free-code / isVersionedPath

Function isVersionedPath

src/utils/plugins/pluginVersioning.ts:155–157  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

153 * @returns True if path follows versioned structure
154 */
155export function isVersionedPath(path: string): boolean {
156 return getVersionFromPath(path) !== null
157}

Callers

nothing calls this directly

Calls 1

getVersionFromPathFunction · 0.85

Tested by

no test coverage detected