def isStemCell()

in core/actionProxy/owplatform/knative.py [0:0]


def isStemCell():
    actionCode = os.getenv('__OW_ACTION_CODE', '')
    return len(actionCode) == 0