MCPcopy
hub / github.com/leeoniya/uFuzzy / toJSON

Method toJSON

demos/lib/orama.iife.js:987–995  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

985 // Node word
986 w = '';
987 toJSON() {
988 return {
989 w: this.w,
990 s: this.s,
991 c: this.c,
992 d: this.d,
993 e: this.e
994 };
995 }
996 }
997 function updateParent(node, parent) {
998 node.w = parent.w + node.s;

Callers 3

lunr.jsFile · 0.80
elasticlunr.min.jsFile · 0.80
itemsjs.min.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected