MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / isInternalScope

Function isInternalScope

scripts/publish-packages.ts:117–117  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

115 publishableVersions: ReadonlyMap<string, string>,
116): Promise<() => Promise<void>> => {
117 const isInternalScope = (key: string): boolean => key.startsWith(`${PACKAGE_SCOPE}/`);
118
119 const renameDepBlock = (block: DependencyBlock | undefined): DependencyBlock | undefined => {
120 if (!block) return block;

Callers 3

renameDepBlockFunction · 0.85
renamePeerDepBlockFunction · 0.85
renamePeerMetaBlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected