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

Function normalizeDesignDocFunctionName

lib/index.es.js:683–686  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

681}
682
683function normalizeDesignDocFunctionName(s) {
684 var normalized = parseDesignDocFunctionName(s);
685 return normalized ? normalized.join('/') : null;
686}
687
688// originally parseUri 1.2.2, now patched by us
689// (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…