MCPcopy Create free account
hub / github.com/denoland/std / from

Method from

random/_test_utils.ts:99–101  ·  view source on GitHub ↗
(args: any[])

Source from the content-addressed store, hash-verified

97 }
98
99 static from(args: any[]) {
100 return new this(Array.from(args));
101 }
102 };
103
104 // @ts-ignore mock

Callers 15

_pcg32_test.tsFile · 0.45
shuffle_test.tsFile · 0.45
seeded_test.tsFile · 0.45
sample_test.tsFile · 0.45
between_test.tsFile · 0.45
encodeBase58Function · 0.45
decodeBase58Function · 0.45
hex_test.tsFile · 0.45
teeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected