MCPcopy Create free account
hub / github.com/RandomAPI/Randomuser.me-Node / include

Method include

api/1.2/api.js:310–314  ·  view source on GitHub ↗
(field, value)

Source from the content-addressed store, hash-verified

308 }
309
310 include(field, value) {
311 if (this.inc.indexOf(field) !== -1) {
312 this.current[field] = value;
313 }
314 }
315
316 checkOptions(options) {
317 let keys = Object.keys(options);

Callers 1

generateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected