MCPcopy Index your code
hub / github.com/simstudioai/sim / utf8Size

Function utf8Size

apps/sim/lib/mcp/tool-limits.ts:12–14  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

10} from '@/lib/mcp/constants'
11
12function utf8Size(value: string): number {
13 return Buffer.byteLength(value, 'utf-8')
14}
15
16function jsonSize(value: unknown): number | null {
17 try {

Callers 3

jsonSizeFunction · 0.85
getMcpToolMetadataSizesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected