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

Method fromString

packages/cluster/src/ShardId.ts:104–107  ·  view source on GitHub ↗

* @since 4.0.0

(s: string)

Source from the content-addressed store, hash-verified

102 * @since 4.0.0
103 */
104 static fromString(s: string): ShardId {
105 const encoded = ShardId.fromStringEncoded(s)
106 return make(encoded.group, encoded.id)
107 }
108}

Callers 10

validateInternalFunction · 0.80
Url.test.tsFile · 0.80
BigInt.test.tsFile · 0.80
BigDecimal.test.tsFile · 0.80
Config.test.tsFile · 0.80
Redacted.test.tsFile · 0.80
BigInt$Class · 0.80
BigDecimalClass · 0.80
secretFunction · 0.80
DurableDeferred.tsFile · 0.80

Calls 2

fromStringEncodedMethod · 0.80
makeFunction · 0.70

Tested by

no test coverage detected