Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ocsjs/ocsjs
/ MetaDataFormatter
Interface
MetaDataFormatter
packages/utils/src/common/script.builder.ts:9–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
* 脚本头部信息格式
8
*/
9
export
interface
MetaDataFormatter {
10
header: string;
11
footer: string;
12
prefix: string;
13
symbol: string;
14
gap: string;
15
}
16
17
/**
18
* 脚本头部信息
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected