MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / getAtomMeta

Function getAtomMeta

tsunami/engine/schema.go:245–247  ·  view source on GitHub ↗

getAtomMeta extracts AtomMeta from the atom

(atom genAtom)

Source from the content-addressed store, hash-verified

243
244// getAtomMeta extracts AtomMeta from the atom
245func getAtomMeta(atom genAtom) *AtomMeta {
246 return atom.GetMeta()
247}
248
249// generateSchemaFromAtoms generates a JSON schema from a map of atoms
250func generateSchemaFromAtoms(atoms map[string]genAtom, title, description string) map[string]any {

Callers 1

generateSchemaFromAtomsFunction · 0.85

Calls 1

GetMetaMethod · 0.65

Tested by

no test coverage detected