Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crewjam/saml
/ elementToString
Function
elementToString
service_provider.go:1676–1682 ·
view source on GitHub ↗
(el *etree.Element)
Source
from the content-addressed store, hash-verified
1674
}
1675
1676
func
elementToString(el *etree.Element) string {
1677
buf, err := elementToBytes(el)
1678
if
err != nil {
1679
return
""
1680
}
1681
return
string(buf)
1682
}
Callers
1
parseArtifactResponse
Method · 0.85
Calls
1
elementToBytes
Function · 0.85
Tested by
no test coverage detected