123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- ---
- source: crates/tests/acl/src/lib.rs
- expression: resolved
- ---
- Resolved {
- allowed_commands: {
- "plugin:ping|ping": [
- ResolvedCommand {
- context: Local,
- windows: [
- Pattern {
- original: "main",
- tokens: [
- Char(
- 'm',
- ),
- Char(
- 'a',
- ),
- Char(
- 'i',
- ),
- Char(
- 'n',
- ),
- ],
- is_recursive: false,
- },
- ],
- webviews: [
- Pattern {
- original: "child1",
- tokens: [
- Char(
- 'c',
- ),
- Char(
- 'h',
- ),
- Char(
- 'i',
- ),
- Char(
- 'l',
- ),
- Char(
- 'd',
- ),
- Char(
- '1',
- ),
- ],
- is_recursive: false,
- },
- Pattern {
- original: "child2",
- tokens: [
- Char(
- 'c',
- ),
- Char(
- 'h',
- ),
- Char(
- 'i',
- ),
- Char(
- 'l',
- ),
- Char(
- 'd',
- ),
- Char(
- '2',
- ),
- ],
- is_recursive: false,
- },
- ],
- scope_id: None,
- },
- ],
- },
- denied_commands: {},
- command_scope: {},
- global_scope: {},
- }
|