MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / getOuter

Method getOuter

src/jrd/tra.cpp:3899–3907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3897
3898
3899jrd_tra* jrd_tra::getOuter()
3900{
3901 jrd_tra* tra = this;
3902
3903 while (tra->tra_outer)
3904 tra = tra->tra_outer;
3905
3906 return tra;
3907}
3908
3909
3910MemoryPool* jrd_tra::getAutonomousPool()

Callers 12

release_blobsFunction · 0.80
evlBlobAppendFunction · 0.80
create2Method · 0.80
get_arrayMethod · 0.80
get_sliceMethod · 0.80
moveMethod · 0.80
open2Method · 0.80
put_sliceMethod · 0.80
scalarMethod · 0.80
blob_filterFunction · 0.80
move_from_stringFunction · 0.80
move_to_stringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected