(s)
| 666 | } |
| 667 | |
| 668 | function 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> |
no test coverage detected
searching dependent graphs…