Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Bistutu/FluentRead
/ IMapping
Interface
IMapping
entrypoints/utils/model.ts:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ defaultOption, services } from
"./option"
;
2
3
interface
IMapping {
4
[key: string]: string;
5
}
6
7
// 内包,存储额外信息
8
interface
IExtra {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected