MCPcopy
hub / github.com/ajv-validator/ajv / _addKeyword

Function _addKeyword

spec/keyword.spec.ts:1163–1169  ·  view source on GitHub ↗
(keyword, dataType)

Source from the content-addressed store, hash-verified

1161 })
1162
1163 function _addKeyword(keyword, dataType) {
1164 ajv.addKeyword({
1165 keyword,
1166 type: dataType,
1167 validate: () => true,
1168 })
1169 }
1170 })
1171
1172 describe("getKeyword", () => {

Callers 3

testThrowFunction · 0.85
testThrowDuplicateFunction · 0.85
keyword.spec.tsFile · 0.85

Calls 1

addKeywordMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…