MCPcopy
hub / github.com/SpecterOps/BloodHound / String

Method String

packages/go/bomenc/encodings.go:37–37  ·  view source on GitHub ↗

String returns a human-readable string representation of the encoding. This is particularly useful for logging and user interfaces, providing a user-friendly name for the encoding.

()

Source from the content-addressed store, hash-verified

35 // This is particularly useful for logging and user interfaces, providing
36 // a user-friendly name for the encoding.
37 String() string
38
39 // HasSequence checks if the given data starts with this encoding's BOM sequence.
40 // This method allows for efficient checking of whether a given byte slice

Callers 15

GetNodeKindDisplayLabelFunction · 0.65
CombinedGraphSchemaFunction · 0.65
AzureGraphSchemaFunction · 0.65
MetaGraphDefinitionFunction · 0.65
GetNameMethod · 0.65
IsMethod · 0.65
IsMethod · 0.65
IsMethod · 0.65
NormalizeToUTF8Function · 0.65
TestEncodingInterfaceFunction · 0.65
TestEncodingValuesFunction · 0.65

Implementers 1

bomEncodingpackages/go/bomenc/encodings.go

Calls

no outgoing calls