Closed masatake closed 10 months ago
SYNC_POLICIES = SimpleNamespace( ADDITIVE="additive", MIRROR_COMPLETE="mirror_complete", MIRROR_CONTENT_ONLY="mirror_content_only", )
ADDITIVE, MIRROR_COMPLETE, and MIRROR_CONTENT_ONLY should be tagged. Ideally, they have SYNC_POLICYES as their scope.
SYNC_POLICIES should be tagged as a namespace/I. ADDTIVE should be tagged as a unknown/Y or variable/v. A namespace may have a variable or function. But, as a first step, unknown/Y may be enough.
ADDITIVE, MIRROR_COMPLETE, and MIRROR_CONTENT_ONLY should be tagged. Ideally, they have SYNC_POLICYES as their scope.