(key)
| 4121 | var prefix = _opts.prefix || []; |
| 4122 | |
| 4123 | function encodeKey(key) { |
| 4124 | return encodePrefix(prefix, key, opts, {}); |
| 4125 | } |
| 4126 | |
| 4127 | ltgt.toLtgt(_opts, opts, encodeKey, precodec.lowerBound, precodec.upperBound); |
| 4128 |
nothing calls this directly
no test coverage detected
searching dependent graphs…