MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / name

Function name

misc/python/materialize/scratch.py:96–97  ·  view source on GitHub ↗
(tags: dict[str, str])

Source from the content-addressed store, hash-verified

94
95
96def name(tags: dict[str, str]) -> str | None:
97 return tags.get("Name")
98
99
100def launched_by(tags: dict[str, str]) -> str | None:

Callers 5

runFunction · 0.90
nameMethod · 0.85
dump_colFunction · 0.85
empty_caaFunction · 0.85
print_instancesFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected