Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
def
launched_by(tags: dict[str, str]) -> str | None:
101
return
tags.get(
"LaunchedBy"
)
102
103
104
def
ami_user(tags: dict[str, str]) -> str | None:
Callers
1
print_instances
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected