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

Function prefix

repos/effect/packages/effect/src/unstable/httpapi/HttpApi.ts:150–156  ·  view source on GitHub ↗
(this: AnyWithProps, prefix: PathInput)

Source from the content-addressed store, hash-verified

148 }
149 return makeProto({
150 ...optionsFromApi(this),
151 groups
152 })
153 },
154 addHttpApi(
155 this: Top,
156 api: Top
157 ) {
158 const newGroups = { ...this.groups }
159 for (const key of Object.keys(api.groups)) {

Callers

nothing calls this directly

Calls 3

makeProtoFunction · 0.70
mapMethod · 0.65
prefixMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…