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

Function shouldIgnore

packages/tools/docgen/src/Parser.ts:117–119  ·  view source on GitHub ↗
(doc: Domain.Doc)

Source from the content-addressed store, hash-verified

115}
116
117const shouldIgnore = (doc: Domain.Doc): boolean => {
118 return Record.has(doc.tags, "internal") || Record.has(doc.tags, "ignore")
119}
120
121const parseInterfaceDeclaration = (id: ast.InterfaceDeclaration) =>
122 Effect.gen(function*() {

Callers 10

parseTypeFunction · 0.85
parseFunctionDeclarationFunction · 0.85
parseModuleDeclarationFunction · 0.85
parseMethodFunction · 0.85
parsePropertyFunction · 0.85
parseClassFunction · 0.85

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected