MCPcopy Create free account
hub / github.com/Automattic/mongoose / getPositionalPath

Function getPositionalPath

lib/schema.js:2087–2090  ·  view source on GitHub ↗
(self, path, cleanPath)

Source from the content-addressed store, hash-verified

2085 */
2086
2087function getPositionalPath(self, path, cleanPath) {
2088 getPositionalPathType(self, path, cleanPath);
2089 return self.subpaths[cleanPath];
2090}
2091
2092/**
2093 * Adds a method call to the queue.

Callers 1

schema.jsFile · 0.85

Calls 1

getPositionalPathTypeFunction · 0.85

Tested by

no test coverage detected