MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / get

Method get

src/executor/select.rs:1157–1159  ·  view source on GitHub ↗
(&self, model: &E::Model)

Source from the content-addressed store, hash-verified

1155impl<E: EntityTrait> ModelKey<E> for UnitPk<E> {
1156 type Type = Value;
1157 fn get(&self, model: &E::Model) -> Self::Type {
1158 model.get(self.0)
1159 }
1160}
1161
1162impl<E: EntityTrait> ModelKey<E> for PairPk<E> {

Callers 15

update_migratorFunction · 0.45
try_getMethod · 0.45
into_mock_rowMethod · 0.45
try_getMethod · 0.45
load_oneMethod · 0.45
load_manyMethod · 0.45
load_many_to_manyMethod · 0.45
extract_keyFunction · 0.45
prepare_filtersMethod · 0.45
prepare_valuesMethod · 0.45
setMethod · 0.45
prepareMethod · 0.45

Calls 2

pushMethod · 0.80
newFunction · 0.50

Tested by 3

run_migrationFunction · 0.36
test_gen_with_serdeFunction · 0.36
test_gen_with_attributesFunction · 0.36