Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prometheus/prometheus
/ String
Struct
String
promql/value.go:38–41 ·
view source on GitHub ↗
String represents a string value.
Source
from the content-addressed store, hash-verified
36
37
// String represents a string value.
38
type
String
struct
{
39
T int64
40
V string
41
}
42
43
func
(s String) String() string {
44
return
s.V
Callers
4
escapeHTML
Function · 0.85
setupTests.ts
File · 0.85
escapeHTML
Function · 0.85
ruleTable
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected