()
| 88 | } |
| 89 | |
| 90 | public int hasheq() { |
| 91 | if(_hasheq == 0){ |
| 92 | _hasheq = Util.hashCombine(Murmur3.hashUnencodedChars(name), Util.hash(ns)); |
| 93 | } |
| 94 | return _hasheq; |
| 95 | } |
| 96 | |
| 97 | public IObj withMeta(IPersistentMap meta){ |
| 98 | if(meta() == meta) |
nothing calls this directly
no test coverage detected