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

Function fn

internal/diff_test.ts:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6Deno.test({
7 name: "diff() with empty values",
8 fn() {
9 assertEquals(diff([], []), []);
10 },
11});
12
13Deno.test({

Callers

nothing calls this directly

Calls 8

assertEqualsFunction · 0.90
diffFunction · 0.90
assertFpFunction · 0.90
assertThrowsFunction · 0.90
backTraceFunction · 0.90
createCommonFunction · 0.90
createFpFunction · 0.90
fromMethod · 0.45

Tested by

no test coverage detected