Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PKU-ASAL/Simulated-Data
/ takefirst
Function
takefirst
ProvDetector/src/core/Graph_Function_Library.py:113–114 ·
view source on GitHub ↗
(elem)
Source
from the content-addressed store, hash-verified
111
return
graph
112
113
def
takefirst(elem):
114
return
elem[0]
115
116
def
rareness_paths(graph=
''
):
117
# -------
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected