Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinyhttp/tinyhttp
/ setCharset
Function
setCharset
packages/send/src/utils.ts:13–17 ·
view source on GitHub ↗
(type: string, charset: string)
Source
from the content-addressed store, hash-verified
11
}
12
13
export
function
setCharset(
type
: string, charset: string) {
14
const
parsed = parse(
type
)
15
parsed.parameters.charset = charset
16
return
format(parsed)
17
}
Callers
1
send
Function · 0.90
Calls
2
format
Function · 0.85
parse
Function · 0.50
Tested by
no test coverage detected