mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-12 07:14:23 +00:00
Inline method in hpp to remove duplicate definitions
This commit is contained in:
parent
b10fddb722
commit
187c4354f1
@ -152,7 +152,7 @@ typename T::Object ResultsClass<T>::create_instance(ContextType ctx, SharedRealm
|
||||
return create_object<T, ResultsClass<T>>(ctx, new realm::js::Results<T>(realm, *table));
|
||||
}
|
||||
|
||||
void alias_backlinks(parser::KeyPathMapping &mapping, const realm::SharedRealm &realm)
|
||||
inline void alias_backlinks(parser::KeyPathMapping &mapping, const realm::SharedRealm &realm)
|
||||
{
|
||||
const realm::Schema &schema = realm->schema();
|
||||
for (auto it = schema.begin(); it != schema.end(); ++it) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user