Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
def
name(tags: dict[str, str]) -> str | None:
97
return
tags.get(
"Name"
)
98
99
100
def
launched_by(tags: dict[str, str]) -> str | None:
Callers
5
run
Function · 0.90
name
Method · 0.85
dump_col
Function · 0.85
empty_caa
Function · 0.85
print_instances
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected