We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927ce4f commit 65d3dabCopy full SHA for 65d3dab
Samples.Engine/Pipeline/ScalarObject.cs
@@ -92,5 +92,7 @@ public override ScalarObject MatchGet(ObjectIdentifier id)
92
{
93
return Id == id ? this : null;
94
}
95
+
96
+ public bool CheckAccess { get; set; } = false;
97
98
extensions
0 commit comments