Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
validateInternal
Function · 0.80
Url.test.ts
File · 0.80
BigInt.test.ts
File · 0.80
BigDecimal.test.ts
File · 0.80
Config.test.ts
File · 0.80
Redacted.test.ts
File · 0.80
BigInt$
Class · 0.80
BigDecimal
Class · 0.80
secret
Function · 0.80
DurableDeferred.ts
File · 0.80
Calls
2
fromStringEncoded
Method · 0.80
make
Function · 0.70
Tested by
no test coverage detected