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

Method include

api/1.3/api.js:313–317  ·  view source on GitHub ↗
(field, value)

Source from the content-addressed store, hash-verified

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

Callers 1

generateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected