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

Function fn

json/stringify_stream_test.ts:40–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38Deno.test({
39 name: "JsonStringifyStream",
40 async fn() {
41 await assertValidStringify(
42 JsonStringifyStream,
43 [{ foo: "bar" }, { foo: "bar" }],
44 ['{"foo":"bar"}\n', '{"foo":"bar"}\n'],
45 );
46 },
47});
48
49Deno.test({

Callers

nothing calls this directly

Calls 2

assertValidStringifyFunction · 0.85
assertInvalidStringifyFunction · 0.85

Tested by

no test coverage detected