MCPcopy
hub / github.com/h2oai/wave / Dict

Interface Dict

tools/wavegen/src/wavegen.ts:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55limitations under the License.`.split('\n')
56
57interface Dict<T> { [key: string]: T } // generic object
58const packedT = 'Packed' // name of marker parametric type to indicate if an attributed could be packed.
59type B = boolean
60type U = number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…