MCPcopy Create free account
hub / github.com/docker/getting-started / isProp

Function isProp

app/src/static/js/react-bootstrap.js:5627–5629  ·  view source on GitHub ↗
(props, prop)

Source from the content-addressed store, hash-verified

5625}
5626
5627function isProp(props, prop) {
5628 return props[prop] !== undefined;
5629}
5630
5631function defaultKey(key) {
5632 return 'default' + key.charAt(0).toUpperCase() + key.substr(1);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…