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

Function isInnerList

http/unstable_structured_fields.ts:416–420  ·  view source on GitHub ↗
(
  member: Item | InnerList,
)

Source from the content-addressed store, hash-verified

414 * ```
415 */
416export function isInnerList(
417 member: Item | InnerList,
418): member is InnerList {
419 return "items" in member;
420}
421
422// =============================================================================
423// Parsing (RFC 9651 Section 4.2)

Callers 2

verifyMessageFunction · 0.90
fnFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected