MCPcopy Create free account
hub / github.com/effect-app/libs / isEffectAppPackage

Function isEffectAppPackage

packages/cli/src/sync-effect-app-subtree.ts:40–40  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

38 typeof value === "object" && value !== null && !Array.isArray(value)
39
40const isEffectAppPackage = (name: string) => name === "effect-app" || name.startsWith("@effect-app/")
41
42const isNonEmptyString = (value: string) => value !== ""
43

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…