MCPcopy Index your code
hub / github.com/feast-dev/feast / load

Method load

sdk/python/feast/feature_server.py:866–867  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

864 self.cfg.set("child_exit", _gunicorn_child_exit)
865
866 def load(self):
867 return self._app
868
869 def _gunicorn_post_worker_init(worker):
870 """Start per-worker resource monitoring after Gunicorn forks."""

Callers 12

_ingest_stream_dataMethod · 0.45
_initialize_connFunction · 0.45
updateMethod · 0.45
offline_write_batchMethod · 0.45
parseMethod · 0.45
load_user_embeddingsFunction · 0.45
_get_shared_keycloak_urlFunction · 0.45
_read_projects_listFunction · 0.45
test_sqlite_vec_importFunction · 0.45
initFunction · 0.45

Calls

no outgoing calls

Tested by 3

_get_shared_keycloak_urlFunction · 0.36
_read_projects_listFunction · 0.36
test_sqlite_vec_importFunction · 0.36