Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

ContentHash.cs declarations

Public API declaration excerpts from ../bitquirky-core/Runtime/TextSource/ContentHash.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-core/Runtime/TextSource/ContentHash.cs

Source file hash: sha256:7b9ab3085397fdfb0bdac880f62c96139103263662c31daa03465504872d23c8

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 19-56

Declaration hash: sha256:c16bce5b4726ccd74ed374a52246bad4edb6ea44b92f72892038347f37da5c5c

C#
public static class ContentHash
{
}

Original lines: 25-29

Declaration hash: sha256:de29aae264c65cba5d17bf93e349b7e02626a71b5be2ff1c2a084ac989e9c4a5

C#
public static string Sha256Hex(string utf8Text);

Original lines: 34-47

Declaration hash: sha256:e40092ba576a8748136fd21bafc5e0820f55a96ff14c78a97ed3e827934f186c

C#
public static string Sha256Hex(byte[] bytes);

Method: EqualsOrdinal(string left, string right)

Section titled “Method: EqualsOrdinal(string left, string right)”

Original lines: 52-55

Declaration hash: sha256:0ecc8e7d82fc51dc0e5bf20ca283fb4b912e5df7d52410202ddb8fd8b147b7c6

C#
public static bool EqualsOrdinal(string left, string right);
Full-size image