MCPcopy Create free account
hub / github.com/dwgx/WindsurfAPI / getModelKeysByEnum

Function getModelKeysByEnum

src/models.js:542–544  ·  view source on GitHub ↗
(enumValue)

Source from the content-addressed store, hash-verified

540
541/** Reverse-lookup a Model enum number to our catalog keys. */
542export function getModelKeysByEnum(enumValue) {
543 return _enumToKeys.get(enumValue) || [];
544}
545
546// ─── Tier access ───────────────────────────────────────────
547

Callers 1

models.test.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected