Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Cveinnt/LiveTerm
/ getReadme
Function
getReadme
src/utils/api.ts:11–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
};
10
11
export
const
getReadme =
async
() => {
12
const
{ data } =
await
axios.get(config.readmeUrl);
13
return
data;
14
};
15
16
export
const
getWeather =
async
(city: string) => {
17
try {
Callers
1
readme
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected