Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/withastro/flue
/ MarkdownConversionResult
Interface
MarkdownConversionResult
apps/docs/src/worker.ts:1–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
interface
MarkdownConversionResult {
2
format:
'markdown'
|
'error'
;
3
data?: string;
4
error?: string;
5
tokens?: number;
6
}
7
8
interface
Env {
9
ASSETS: {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected