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

Function normalizeDesignDocFunctionName

lib/index.js:688–691  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

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