Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/learnhouse/learnhouse
/ OrganizationCreate
Class
OrganizationCreate
apps/api/src/db/organizations.py:58–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
email: Optional[str] = None
57
58
class
OrganizationCreate(OrganizationBase):
59
pass
60
61
62
class
OrganizationRead(OrganizationBase):
Callers
14
_install_async
Function · 0.90
test_create_org_success
Method · 0.90
test_create_org_duplicate_slug
Method · 0.90
test_create_org_anonymous_rejected
Method · 0.90
test_create_org_requires_enterprise_for_second_org
Method · 0.90
test_create_org_with_config_success
Method · 0.90
test_create_org_with_config_persists_v2_config
Method · 0.90
test_update_org_with_config_no_auth_updates_existing_config
Method · 0.90
test_create_org_skips_missing_config_logging
Method · 0.90
test_create_org_with_config_skips_missing_config_logging
Method · 0.90
test_create_org_with_config_failure_branches
Method · 0.90
test_install_create_organization_creates_org_and_default_config
Function · 0.90
Calls
no outgoing calls
Tested by
13
test_create_org_success
Method · 0.72
test_create_org_duplicate_slug
Method · 0.72
test_create_org_anonymous_rejected
Method · 0.72
test_create_org_requires_enterprise_for_second_org
Method · 0.72
test_create_org_with_config_success
Method · 0.72
test_create_org_with_config_persists_v2_config
Method · 0.72
test_update_org_with_config_no_auth_updates_existing_config
Method · 0.72
test_create_org_skips_missing_config_logging
Method · 0.72
test_create_org_with_config_skips_missing_config_logging
Method · 0.72
test_create_org_with_config_failure_branches
Method · 0.72
test_install_create_organization_creates_org_and_default_config
Function · 0.72
test_install_create_organization_user_creates_user_and_admin_membership
Function · 0.72