Variety of refactors and optimizations.

This commit is contained in:
Jay
2026-03-05 00:28:40 -05:00
parent 894eab5405
commit 269e88fe49
15 changed files with 268 additions and 368 deletions

View File

@@ -71,7 +71,7 @@ func TestMatchProps(t *testing.T) {
{
name: "multiple labels, one matches",
node: &Node{
Labels: NewSet("Event", "Unknown"),
Labels: NewStringSet("Event", "Unknown"),
Props: Properties{
"id": "abc123",
},