Scope.getOverrides
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2023-06-29 15:57:37 +02:00
parent 9fdcd3dfd1
commit 7fbec30c92
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 4 additions and 0 deletions

View File

@ -91,6 +91,10 @@ public class Scope implements DObject {
return new Scope(this);
}
public DObject getOverrides() {
return DFinal.of(override);
}
@Override
public String toString() {
return Dynamic.serialize(this);