MCPcopy Create free account
hub / github.com/Effect-TS/effect / checkFunction

Function checkFunction

packages/tools/docgen/src/Checker.ts:81–85  ·  view source on GitHub ↗
(model: Domain.Function)

Source from the content-addressed store, hash-verified

79}
80
81function checkFunction(model: Domain.Function) {
82 return checkEntry(model, {
83 enforceVersion: true
84 })
85}
86
87/**
88 * Validates documentation for function declarations.

Callers

nothing calls this directly

Calls 1

checkEntryFunction · 0.85

Tested by

no test coverage detected