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

Function fn

http/unstable_structured_fields_test.ts:38–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36Deno.test({
37 name: "parseList() rejects trailing garbage",
38 fn() {
39 assertThrows(
40 () => parseList("1, 2 garbage"),
41 SyntaxError,
42 "expected ','",
43 );
44 },
45});
46
47Deno.test({

Callers

nothing calls this directly

Calls 15

assertThrowsFunction · 0.90
parseListFunction · 0.90
assertEqualsFunction · 0.90
parseDictionaryFunction · 0.90
parseItemFunction · 0.90
serializeListFunction · 0.90
itemFunction · 0.90
integerFunction · 0.90
innerListFunction · 0.90
tokenFunction · 0.90
serializeDictionaryFunction · 0.90
booleanFunction · 0.90

Tested by

no test coverage detected