MCPcopy Create free account
hub / github.com/Sifchain/sifnode / StringCompare

Function StringCompare

x/tokenregistry/types/types.go:30–32  ·  view source on GitHub ↗
(a, b string)

Source from the content-addressed store, hash-verified

28}
29
30func StringCompare(a, b string) bool {
31 return a == b
32}

Callers 6

UpdatePmtpParamsMethod · 0.92
ModifyPmtpRatesMethod · 0.92
SwapMethod · 0.92
GetCmdAddAllEntriesFunction · 0.92
SetTokenMethod · 0.92
RemoveTokenMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected