Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ customStuff
Method
customStuff
types/test/model.ts:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
other: HasOne;
10
};
11
public static
async
customStuff() {
12
return
this.sequelize!.query(
'select 1'
);
13
}
14
}
15
16
class
OtherModel extends Model {}
Callers
nothing calls this directly
Calls
1
query
Method · 0.45
Tested by
no test coverage detected