Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MemTensor/MemOS
/ get_openapi_app
Function
get_openapi_app
src/memos/cli.py:14–18 ·
view source on GitHub ↗
Return the FastAPI app used for OpenAPI export.
()
Source
from the content-addressed store, hash-verified
12
13
14
def
get_openapi_app():
15
""
"Return the FastAPI app used for OpenAPI export."
""
16
from
memos.api.server_api
import
app
17
18
return
app
19
20
21
def
export_openapi(output: str) -> bool:
Callers
1
export_openapi
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected