in src/variables.ts [33:37]
constructor(private readonly datasource: DataSource) { super(); this.logVarFindQuery = new CloudLoggingVariableFindQuery(datasource); this.query = this.query.bind(this); }