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

Function launched_by

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

Source from the content-addressed store, hash-verified

98
99
100def launched_by(tags: dict[str, str]) -> str | None:
101 return tags.get("LaunchedBy")
102
103
104def ami_user(tags: dict[str, str]) -> str | None:

Callers 1

print_instancesFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected