MCPcopy Index your code
hub / github.com/apache/pouchdb / normalizeDesignDocFunctionName

Function normalizeDesignDocFunctionName

lib/index-browser.js:668–671  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

666}
667
668function normalizeDesignDocFunctionName(s) {
669 var normalized = parseDesignDocFunctionName(s);
670 return normalized ? normalized.join('/') : null;
671}
672
673// originally parseUri 1.2.2, now patched by us
674// (c) Steven Levithan <stevenlevithan.com>

Callers 1

normalizeFunction · 0.70

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…