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

Function getPositionalPath

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

Source from the content-addressed store, hash-verified

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

Callers 1

schema.jsFile · 0.85

Calls 1

getPositionalPathTypeFunction · 0.85

Tested by

no test coverage detected