MCPcopy
hub / github.com/Effect-TS/effect / create

Method create

packages/effect/dtslint/Schema/Userland.tst.ts:12–14  ·  view source on GitHub ↗
(id: number)

Source from the content-addressed store, hash-verified

10 name: S.String.pipe(S.nonEmptyString())
11 }) {
12 static create(id: number): Person {
13 return new Person({ id, name: "<anonymous>" })
14 }
15 update(id: number): Person {
16 return new Person({ id, name: this.name })
17 }

Callers 15

runFunction · 0.80
makeRequestFunction · 0.80
docTreeToken.tsFile · 0.80
charFunction · 0.80
textFunction · 0.80
lineFunction · 0.80
pushAnnotationFunction · 0.80
charFunction · 0.80
textFunction · 0.80
doc.tsFile · 0.80
columnFunction · 0.80
nestingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected