MCPcopy
hub / github.com/Vincit/objection.js / fetchTableMetadata

Method fetchTableMetadata

lib/model/Model.js:507–509  ·  view source on GitHub ↗
(opt)

Source from the content-addressed store, hash-verified

505 }
506
507 static fetchTableMetadata(opt) {
508 return fetchTableMetadata(this, opt);
509 }
510
511 static tableMetadata(opt) {
512 return tableMetadata(this, opt);

Callers

nothing calls this directly

Calls 1

fetchTableMetadataFunction · 0.85

Tested by

no test coverage detected