MCPcopy Index your code
hub / github.com/github/gh-aw / BenchmarkSanitizePythonVariableName

Function BenchmarkSanitizePythonVariableName

pkg/stringutil/sanitize_test.go:565–570  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

563}
564
565func BenchmarkSanitizePythonVariableName(b *testing.B) {
566 name := "my-complex-parameter.name"
567 for b.Loop() {
568 SanitizePythonVariableName(name)
569 }
570}
571
572func BenchmarkSanitizeToolID(b *testing.B) {
573 toolID := "mcp-notion-server-mcp"

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected