Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IQEngine/IQEngine
/ call_create_meta_api
Function
call_create_meta_api
tools/metadata_loader/main.py:91–92 ·
view source on GitHub ↗
(url, payload)
Source
from the content-addressed store, hash-verified
89
90
91
def
call_create_meta_api(url, payload):
92
return
requests.post(url, json=payload, timeout=30)
93
94
95
def
create_meta(accountName: str, containerName: str, filepath: str, document: str):
Callers
1
create_meta
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected