MCPcopy Create free account
hub / github.com/documentationjs/documentation / prefixedName

Function prefixedName

src/infer/properties.js:4–9  ·  view source on GitHub ↗
(name, prefix)

Source from the content-addressed store, hash-verified

2import findTarget from './finders.js';
3
4function prefixedName(name, prefix) {
5 if (prefix.length) {
6 return prefix.join('.') + '.' + name;
7 }
8 return name;
9}
10
11function isObjectSpreadAndExactUtilTypeProperty(property) {
12 return (

Callers 2

propertyToDocFunction · 0.85
inferPropertiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected