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

Function checkInterface

packages/tools/docgen/src/Checker.ts:141–145  ·  view source on GitHub ↗
(model: Domain.Interface)

Source from the content-addressed store, hash-verified

139}
140
141function checkInterface(model: Domain.Interface) {
142 return checkEntry(model, {
143 enforceVersion: true
144 })
145}
146
147/**
148 * Validates documentation for interface declarations.

Callers

nothing calls this directly

Calls 1

checkEntryFunction · 0.85

Tested by

no test coverage detected